Editing Function/Procedure Definition

Edit the function/procedure definition under the Definition tab.

The Code Outline window displays information about the function/procedure including parameter, code body, etc. To show the Code Outline window, simply click button or choose Edit -> Code Outline.

Note: Available only in Full Version.

Refresh the code outline.
Turn mouse over highlight on or off.
Show the code outline in a detail way.
Sort by type and name.
Expand the selected item.
Collapse the selected item.
Example:
    CREATE PROCEDURE []
	AS
	NULL
	;
    

Hint: To customize the view of the editor and find out more features for sql editing, see Editor View and More Features.